home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-12 / autorun.zip / AUTORUN.DOC < prev    next >
Text File  |  1992-01-01  |  8KB  |  177 lines

  1.  
  2.        ▒▒▒▒▒▒▄  ▒▒▄ ▒▒▄  ▒▒▒▒▒▒▄  ▒▒▒▒▒▒▄  ▒▒▒▒▒▒▄  ▒▒▄ ▒▒▄  ▒▒▄ ▒▒▄
  3.        ▒▒█▀▒▒█  ▒▒█ ▒▒█    ▒▒█▀▀  ▒▒█▀▒▒█  ▒▒█▀▒▒█  ▒▒█ ▒▒█  ▒▒▒█▒▒█
  4.        ▒▒▒▒▒▒█  ▒▒█ ▒▒█    ▒▒█    ▒▒█ ▒▒█  ▒▒▒▒▒█▀  ▒▒█ ▒▒█  ▒▒▒▒▒▒█
  5.        ▒▒█▀▒▒█  ▒▒█ ▒▒█    ▒▒█    ▒▒█ ▒▒█  ▒▒█▀▒▒▄  ▒▒█ ▒▒█  ▒▒█▒▒▒█
  6.        ▒▒█ ▒▒█  ▒▒▒▒▒▒█    ▒▒█    ▒▒▒▒▒▒█  ▒▒█ ▒▒█  ▒▒▒▒▒▒█  ▒▒█ ▒▒█
  7.         ▀▀  ▀▀   ▀▀▀▀▀▀     ▀▀     ▀▀▀▀▀▀   ▀▀  ▀▀   ▀▀▀▀▀▀   ▀▀  ▀▀
  8.  
  9.        Executes DOS applications ONCE A DAY - an AUTOEXEC utility
  10.                                  ==========
  11.  
  12.                      Released - January 1, 1992
  13.  
  14.  
  15.             (C)opyright 1992, All rights reserved, PC Advice
  16.  
  17.  
  18.     This utility program was written to save users time by only
  19.     running applications, like virus scanning programs, ONCE EACH DAY.
  20.  
  21.  
  22.  
  23.                                    SAMPLE AUTOEXEC.BAT
  24.  
  25.                                        @ echo off
  26.                                        prompt $p$g
  27.                                        path=c:\dos;c:\scan
  28.      'SCAN' RUNS JUST ONCE A DAY ===>  AUTORUN SCAN C:
  29.                                        menu
  30.  
  31.  
  32.      In a typical day, a user may re-boot his PC several times.  If you
  33.      believe scanning the hard disk each time is redundant then
  34.  
  35.                         AUTORUN is for you!
  36.  
  37.      AUTORUN compares the current date to the last execution date
  38.      of your scanner (or any application).  If the dates are the
  39.      same, AUTORUN does nothing.  If these dates have changed,
  40.      AUTORUN sets the last execution date to the current date and
  41.      executes your scanner automatically.
  42.  
  43.      AUTORUN is SHAREWARE and is supported by you, our trusted user.
  44.      Register your copy today!   It is modestly priced at $6 each
  45.      machine and $12 for each diskette that you wish for us to send
  46.      you with our latest release (shipping and handling).
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.      *  *  *  *   THANK YOU FOR SUPPORTING SHAREWARE    *  *  *  *
  54.  
  55.                             AUTORUN USER MANUAL
  56.  
  57.       Files Included
  58.       --------------
  59.       AUTORUN.DOC            This document file.
  60.       AUTORUN.EXE            The executable AUTORUN program.
  61.       AUTORUN.CFG            An initial config file for AUTORUN.
  62.  
  63.       Program Overview
  64.       ----------------
  65.  
  66.       AUTORUN is designed to run a given program once a day.  To do this the
  67.       AUTORUN program should be placed in the AUTOEXEC.BAT file.  Then every
  68.       time the computer is rebooted AUTORUN will execute.  AUTORUN will normally
  69.       compare the current date to the last execution date.  If the dates are
  70.       the same AUTORUN does nothing.  If the dates are different AUTORUN sets
  71.       the last execution date to the current date and runs the specified
  72.       program.  The last execution date is stored in the AUTORUN.CFG along
  73.       with a special "stuck" date.  The stuck date is initially 01/01/80,
  74.       however, the user may change this by running AUTORUN STUCK=MM/DD/YY
  75.       where MM/DD/YY is a new stuck date.  The stuck date is used for those
  76.       machines who's clock/calendars are broken and stuck on a fixed date
  77.       other than 01/01/80.  AUTORUN will find the AUTORUN.CFG only if it
  78.       is in the current directory.
  79.  
  80.       AUTORUN may take three additional actions depending on the
  81.       following situations.
  82.  
  83.           · AUTORUN is being run for the first time.  AUTORUN.CFG will be
  84.             built with the current date as the last execution date and
  85.             01/01/80 as the stuck date.  The specified program will then be
  86.             executed.
  87.  
  88.           · If the current date matches the stuck date, AUTORUN will prompt
  89.             the user with:
  90.                        "Do you want to run the program XXXXX  (Y/N) ? "
  91.             where XXXXX is the program name to be run.
  92.  
  93.           · AUTORUN is run with the STUCK= option.  AUTORUN will load the
  94.             new stuck date into AUTORUN.CFG and ignore any other command line
  95.             arguments.
  96.  
  97.       IMPORTANT!  DO NOT edit the AUTORUN.CFG file with a text editor.  If you
  98.       already have and the program is not executing properly, erase the file
  99.       and run your normal AUTORUN (i.e. with the normal arguments).  This will
  100.       rebuild the AUTORUN.CFG file with the current date.  Then if you had a
  101.       special stuck date run AUTORUN STUCK=your date.
  102.  
  103.       Program Usage
  104.       -------------
  105.  
  106.       Usage is AUTORUN [STUCK=MM/DD/YY] PROGRAM [PROGRAM OPTIONS]
  107.  
  108.       Where: ·STUCK=MM/DD/YY is an optional parameter to input the
  109.                 date in which the computer is stuck on if the clock
  110.                 is dead and is not stuck on 01/01/80.
  111.                 Note! The date MUST be entered in MM/DD/YY format.
  112.  
  113.              ·PROGRAM is the name of the program to run upon a date change.
  114.  
  115.              ·PROGRAM OPTIONS are command line options for PROGRAM.
  116.  
  117. ------------------------------------------------------------------------
  118.           * * *     AUTORUN Registration Opportunity     * * *
  119. ------------------------------------------------------------------------
  120.  
  121.      The best way to decide if you want to buy a product is to try
  122.      it first.  AUTORUN is SHAREWARE, not free software.  You are
  123.      invited to register by completing this form and mailing it with
  124.      your check.  Registered users receive notice of other currently
  125.      available packages and get on the mailing list for notice of
  126.      future tools and applications.  We have other handy software.
  127.  
  128.  
  129.  
  130.                        YOUR ADDRESS                       OUR ADDRESS
  131.  
  132. Name:    __________________________________________       PC Advice
  133.  
  134. Address: __________________________________________       PO Box 467215
  135.  
  136.          __________________________________________       Atlanta, GA
  137.  
  138. Phone Day/Night ___________________________________       30346
  139.  
  140.  
  141. I received AUTORUN   From:_______________________________, Who is a:
  142.  __A) Hardware/Software dealer    __B) Friend            __C) Consultant
  143.  __D) Shareware Distributor       __E) BBS by Modem      __F) At Comdex
  144.  
  145. Floppy Drives:                    AUTORUN is used:
  146. __A) 3.5"     __B) 5.25"          __A) Work              __B) Home
  147.  
  148. ------------------------------------------------------------------------
  149. --------------------------   LICENSE PRICING   -------------------------
  150. ------------------------------------------------------------------------
  151.  
  152.  1 - 100      One to hundred users                $6.00  Each Machine
  153.  101 or more  Corporate License (w/source code) $495.00  Unlimited usage
  154.  
  155.                                                PRICE EACH        TOTAL
  156. QUANTITY              DESCRIPTION              SYSTEM
  157. --------   ---------------------------------   ----------      ---------
  158. ________   AUTORUN Version 1.1 Software Lic.   ___$6.00__      _________
  159.  
  160. ________   Send latest version on Diskette     __$12.00__      _________
  161.  
  162.               Georgia residents please add state sales tax     _________
  163.  
  164.                 Overseas add $10.00 for shipping diskettes     _________
  165.  
  166.                                                TOTAL ORDER     _________
  167.  
  168.  
  169. ------------------------------------------------------------------------
  170. -------------------------------------------------------------------80-1-
  171. ------------------------------------------------------------------------
  172.  
  173.  
  174.          * * *    Thank you for Using and Sharing AUTORUN    * * *
  175.                     All rights reserved, PC Advice, 1992
  176.                              (404) 396-2217 
  177.